home *** CD-ROM | disk | FTP | other *** search
/ Klondike Gold - An Interactive History / Klondike Gold - An Interactive History.iso / gr1.dir / 00079_Script_79 < prev    next >
Text File  |  1995-11-29  |  404b  |  27 lines

  1. on exitFrame
  2.   --3
  3.   
  4.   
  5.   HL 45,30
  6.   
  7.  preLoadCast 18, 20
  8.   
  9.   if rollover(3) then
  10.     show "P003.a"
  11.   else
  12.     if rollover(4) then
  13.       show "P003.b"
  14.     else
  15.       if rollover(5) then
  16.         show "P003.c"
  17.       else
  18.         set gKeepOn = FALSE --flag to disable hotbuttons
  19.         reshow "3", "P003"
  20.         prompt2
  21.       end if
  22.     end if
  23.   end if
  24.   
  25.   go the frame
  26.   
  27. end